﻿body {
    font-size: 16px;
}

.container {
    background: none;
}

.count-down table {
    width: 50%;
    margin: 30px auto;
}

    .count-down table td, .count-down table th {
        text-align: center;
    }

        .count-down table td.cd-number {
            font-size: 1.3em;
        }

.cke_contents {
    height: 400px !important;
}

.form-horizontal .control-label-right {
    text-align: right;
}

.form-message {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 1.2em;
    font-weight: bold;
}

    .form-message.goodmsg {
        border-color: #32a063;
        background-color: #9eea93;
    }

    .form-message.badmsg {
        border-color: #ff0000;
        background-color: #f78383;
    }

.swal-footer {
    text-align: center;
}

.swal-text {
    text-align: center;
}

.eform-actions .btn-submit {
    background-color: #4cae4c;
    color: #fff;
    border-color: #4cae4c;
}

    .eform-actions .btn-submit:hover {
        background-color: #4cae4c;
        border-color: #4cae4c;
    }

.master-category-title {
    padding: 5px 15px;
    font-size: 110%;
    background-color: #337ab7;
    color: #fff;
}

.categories-list .list-group-item::before {
    content: " ";
    display: table;
}

.categories-list .list-group-item::after {
    clear: both;
}

.categories-list .list-group-item i {
    margin-right: 10px;
}

.categories-list .list-group-item h4 {
    display: inline-block;
    vertical-align: middle;
}

    .categories-list .list-group-item h4.category-name {
        width: calc(100% - 100px)
    }

@media (max-width: 992px) {
    .categories-list .list-group-item h4.category-name {
        width: calc(100% - 95px)
    }
}

    .categories-list .list-group-item h4.price {
        padding-left: 10px;
        font-weight: bold;
    }

.categories-list .list-group-item.category-disabled {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #cccccc;
    cursor: not-allowed;
}

.categories-list .list-group-item.active {
    background-color: #4cae4c;
    border-color: #4cae4c;
}

.products-control .product-amount:disabled {
    cursor: not-allowed;
}

.master-products-list {
    overflow: auto;
}
.master-products-list .master-products-group:nth-child(n+2) {
    margin-top: 5px;
}

.master-products-group .master-products-group-title {
    padding: 5px 15px;
    font-size: 110%;
    background-color: #556677;
    color: #fff;
}

.eform-body {
}

.eform-control {
}

    .eform-control label .reqa {
        color: red;
    }

.eform-label {
}

.eform-actions {
    margin-top: 10px;
    border-top: 1px solid silver;
    padding: 10px 0;
}

    .eform-actions .btn {
        min-width: 100px;
    }

        .eform-actions .btn:not(:last-child) {
            margin-right: 10px;
        }

.submit-message {
    display: none;
}

    .submit-message.active {
        display: block;
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: red;
}

.has-error .form-control {
    border-color: red;
}

.reda {
    color: red;
}

.u18-control {
    display: inline-block;
    width: 140px;
}

.panel-user.alert {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

    .panel-user.alert a {
        color: #fff;
        font-weight: bold;
    }

        .panel-user.alert a:hover {
            text-decoration: underline;
        }

.pull-lang {
    float: left !important
}

.pull-lang-op, .pull-user-op {
    float: right !important;
}

.pull-lang-op {
    margin-top: 4px;
}

.identificationHelpWrapper {
    margin-left: 330px;
}

.identificationHelpNewParticipantWrapper {
    margin-left: 360px;
}

#modal-register {
    z-index: 2000;
}

.select2-container--bootstrap {
    z-index: 25000
}

.eform-event-products, .eform-event-participants {
    margin: 0 0 15px;
}

.page-footer {
    border-top: 1px solid #f0f0f0;
    padding: 15px 0;
    font-size: 0.9em;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .page-footer .footer-logo {
        float: right;
        display: inline-block;
        vertical-align: middle;
    }

        .page-footer .footer-logo img {
            height: 35px !important;
        }

    .page-footer .poweredByB2E {
        float: left;
    }

        .page-footer .poweredByB2E * {
            float: right;
            font-size: 11px;
        }

.event-booking .form-control {
    display: inline-block;
    width: auto;
}

.event-booking .pagination {
    margin: 0;
    float: right;
}

.event-booking .dataTables_filter {
    float: right;
}

.event-booking .paginate_button {
    padding: 0 !important;
}

    .event-booking .paginate_button:hover {
        border: 1px solid transparent !important;
        background: transparent !important;
    }

.eform-checkboxlist ul {
    list-style: none;
    padding: 0;
}

    .eform-checkboxlist ul li label {
        margin-left: 0;
    }

.eform-event-payment.well {
    background: none !important;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 0;
}

.eform-event-payment .control-label {
    font-size: 20px;
    margin: 0;
}

.eform-event-payment .cost-label {
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.has-error .checkbox-container {
    color: red;
}

.has-error .checkmark {
    border: 1px solid red;
}

.checkbox-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
        background-color: #2041CE;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
        left: 9px;
        top: 4px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkbox-container label {
        font-size: 16px;
    }


/* Customize the label (the container) */
.radio-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom radio button */
    .radio-container .checkmark {
        position: absolute;
        top: 0;
        right: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .radio-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-container input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio-container .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }


textarea {
    background-color: #EDEEF5;
    resize: none;
    border: none;
}

.modal-backdrop.in {
    opacity: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1607843137254902);
}

.modal-header {
    background-color: #3d79b4;
    color: white;
    text-align: center;
    padding: 25px 20px;
    font-size: 17px;
}

@media (max-width: 500px) {
    .modal-content {
        width: 85%;
        margin: auto;
        margin-top: 50%;
    }
}

.or-login-with {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.btn-signin {
    display: table;
    width: 300px;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 !important;
    margin: auto;
}

.login-by-icons-wrapper .btn-signin:nth-child(n+2) {
    margin-top: 15px;
}

.btn-signin:hover {
    opacity: 0.95;
}

.btn-signin .icon {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-size: contain !important;
    border-radius: 3px;
}

.btn-signin .buttonText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

.btn-facebook-signin {
    background: white;
    color: white;
    border: 2px solid #1877F2;
}

    .btn-facebook-signin .icon {
        background: url(/images/signin_facebook_logo.png) white center center no-repeat;
        background-size: 75% 75% !important;
    }

    .btn-facebook-signin .buttonText {
        background: #1877F2;
        color: white;
    }

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}
